Package com.cisco.pt.ipc.sim.impl
Class BVIImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.BVIImpl
Information provided by the PKI file:
\class BVI
\brief BVI handles and manipulates the individual BVI.
\example network().getDevice("Router0").getEmbeddedCiscoDevice().getProcess("BVIManager").getBVIAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionBVIImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getName()Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
BVIImpl
public BVIImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getName
Information provided by the PKI file:
\brief Returns the name of this BVI. \return string, the name of this BVI. -
getBVINumber
public int getBVINumber()Information provided by the PKI file:
\brief Returns the BVI number of this BVI. \return int, the BVI number of this BVI.- Specified by:
getBVINumberin interfaceBVI- Returns:
- int Returns a int
-